Welcome![Sign In][Sign Up]
Location:
Search - ucOS start

Search list

[OtherTI-MSP430-FOR-uCOS-II-V252.ZIP

Description: IAR project for MSP430 and uC/OS. All configured to start filling with tasks.
Platform: | Size: 417333 | Author: pablo | Hits:

[Embeded-SCM DevelopAT91M55800

Description: 前段时间做了一个AT91M55800的芯片测试,测试通过后,现在把一个启动AT91M55800芯片的初始化程序上传。每个人的硬件不同,但是可以借鉴一下。-earlier done a Degital chip test passed, now a start Degital chips upload initialization procedures. Each person's different hardware, but we can learn some lessons from.
Platform: | Size: 163840 | Author: 谢小逊 | Hits:

[Other Embeded programLPC2292_boot

Description: Lpc2292的启动代码,进行启动设置、堆栈设置和外部总线配置-Lpc2292 the boot code, start the setup, setup and stack external bus configuration
Platform: | Size: 5120 | Author: 许书军 | Hits:

[uCOS44b0xbiosandfiles

Description: ucos+44B0的启动代码源程序以及所有的相关资料(非常全),对diy的朋友很有帮助-CENTER 44B0 start source code and all relevant information (very full), right DIY helpful friends
Platform: | Size: 3283968 | Author: 吴健勇 | Hits:

[ARM-PowerPC-ColdFire-MIPSArmEmulate

Description: S3C4510模拟器及实例源码 安装ADS1.2之后,再安装模拟器。模拟器安装路径必须选择到ADS的bin目录,所以必须先安装ADS。安装模拟器时请仔细阅读提示文字。 模拟器安装完成后,会在桌面建立快捷图标S3C4510B_Board,运行这个快捷图标可以看到开发板的图形,在AXD启动后将可以在S3C4510B_Board上面看到效果。 模拟器安装完成后,还会建立文件夹 C:\ArmEmulate,桌面快捷图标S3C4510B_Board 就是指向这里。这个文件夹下有5个子文件夹,分别是: 1. C:\ArmEmulate\GPIO\ , 这个文件夹里是GPIO的程序例子。 2. C:\ArmEmulate\Include, 这个文件夹里只有一个头文件S3C4510B.h,包含S3C4510B寄存器的定义。 3. C:\ArmEmulate\make, 这个文件夹里是gnu 的make工具包,所有的程序都是用makefile管理的,没有工程文件。 4. C:\ArmEmulate\TIMER,这个文件夹里是TIMER的程序例子。 5. C:\ArmEmulate\UCOSIITest,这个文件夹里是UCOSII的程序例子,如果想了解UCOS的运行过程,可以使用这个例子单步运行,查看程序流程和内存,变量。 在程序例子文件夹中还有一个ads12.bat批处理文件,用于使用makefile时设置临时环境变量。 具体使用过程,请看C:\ArmEmulate\Readme.txt。 -S3C4510 simulator and examples of source installation ADS1.2, followed by the installation of simulators. Simulator installation path must choose to ADS bin directory, you must have the ADS. When installed simulator carefully reading the text. Simulator installation is completed, the speedy establishment of the desktop icon S3C4510B_Board. to run this fast icon can see the development board graphics, AXD will start in the above S3C4510B_Board see results. Simulator installation is complete, will also establish folders C : \ ArmEmulate. speedy desktop icon S3C4510B_Board refers here. This folder has five sub-folders, which are : 1. C : \ ArmEmulate \ GPIO \, the folder is GPIO example of the procedure. 2. C : \ ArmEmulate \ Include. this folder is only a first S3C4510B.h document, S3C4510B
Platform: | Size: 1378304 | Author: | Hits:

[Software Engineeringportucosiionskyeye

Description: 介绍uC/OS-II 在SkyEye上的移植分析.uC/OS-II 作为一个优秀的实时操作系统已经被移植到各种体系结构的微处理器上,也是目前较为常用的公开源码的实时内核。从这里入手学习嵌入式系统开发的基本概念,以及在 SkyEye 里构造一个可以运行的RTOS,能够使我们更深入地了解嵌入式开发的流程,在没有硬件的条件下也能对ARM的体系结构有个初步的认识。-on Phone/OS-II in the transplant SkyEye analysis .uC/OS-II as a excellent real-time operating system has been transplanted to various Architecture microprocessor, It is at present more commonly used open-source real-time kernel. From here start learning embedded system development of the basic concepts SkyEye Lane and the construction of an RTOS can run, enable us to a deeper understanding of embedded development processes, In the absence of hardware conditions can also ARM Architecture is a preliminary understanding.
Platform: | Size: 136192 | Author: 朱凤宇 | Hits:

[uCOSAVR_M16_ucos_II

Description: 1. OS版本为2.76 2. 使用Timer0的比较匹配中断为系统定时,频率为100Hz 3. 三种临界代码保护方式均可以使用,在OS_CPU.h里直接设置即可 如果安装了WinAVR20050214,则直接运行start.bat,输入make all即可开始编译。 如果需要在AVRStudio仿真,运行make extcoff后即可生成调试所需的cof文件。-1. OS Version 2.76 2. Timer0 use of matching interruption of the system regularly. frequency of 100 Hz 3. Three ways to protect critical code can be used, In OS_CPU.h Lane will be installed directly if installed WinAVR20050214. Operation start.bat direct importation make all begins compiler. If the AVRStudio simulation, After running make extcoff can generate the necessary debugging cof document.
Platform: | Size: 79872 | Author: | Hits:

[uCOSRTOSICCAVR

Description: UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This is basically Joerg s port plus a little bit of changes and documentation by me. - YOU MUST DOWNLOAD THE MAIN PART OF THE UCOS/II FROM THE UCOS/II WEBSITE http://www.ucos-ii.com . The supplied project file assumes the portable source is in the ..\source directory. - Joerg has written couple document showing the stack frames etc. but it is in German :-) They are included in this directory. - The Timer2 overflow interrupt is used for Timer Tick. If you want to change that, modify os_cpu_c.c and os_cpu_a.s - I have tested this using ATMega103 with and without external RAM using AVR Studio simulator. See test1.c test program. Both Code Compressed (PRO) and STD versions have been tested. -UCOS/II for ICCAVR- The version of UCOS/II is 2.04-the original port was done by Ole Saethe r for the IAR compiler. Jens E. Holtegaard porte d one version using ICCAVR. Joerg Meyer did anot her port (using Jens port as a start). This is bas ically Joerg's port plus a little bit of changes a nd documentation by me.- YOU MUST DOWNLOAD THE M AIN PART OF THE UCOS/FROM THE UCOS II/II WEBSITE http :// www.ucos- ii.com. The supplied project file assumes the portable source is in the .. \ source directory.- Joerg couple has written document showing the stack frames etc.. but it is in German :-) They are included in this directory.- The Ti mer2 overflow interrupt is used for Timer tick. If you want to change that. modify os_cpu_c.c and os_cpu_a.s- I have teste d this using ATMeg
Platform: | Size: 200704 | Author: zhjol | Hits:

[OS Developucos2.8-run-mips

Description: UCOS在我的MIPS CPU上的移植 1. 这是UCOS在我的MIPS CPU上的移植代码, 编译工具使用标准的MIPS GCC. 2. 所有CPU相关的代码全在start.S中,相关函数说明如下: -UCOS in my MIPS CPU on one transplant. This is uCOS MIPS CPU in my code the transplant, the compiler uses the standard tools for MIPS GCC.2. All CPU-related code-wide in start.S, the correlation function as follows :
Platform: | Size: 77824 | Author: 许昕 | Hits:

[uCOSucosii_PC_boot_from_floppy_disk

Description: 软盘启动ucosii ,可在虚拟机VMWare中运行.包中包括了ucos 源码和TC2.0程序。-Floppy disk to start ucosii, can run VMWare virtual machine. UCOS package includes source and TC2.0 procedures.
Platform: | Size: 12419072 | Author: tml | Hits:

[Program docbootloader_collect_all

Description: 整理好的ARM bootloader资料,包含分析文档以及程序。如嵌入式BootLoader技术内幕,基于ARM的嵌入式系统Bootloader启动流程分析,Boot Loader的设计与实现,arm bootloader分析及驱动程序编写举例,4510 bootloader的实现与分析等文章。很实用的压缩包。-ARM bootloader finishing good information, including analysis of documents and procedures. BootLoader embedded technology, such as insider, based on the ARM Embedded System Bootloader start flow analysis, Boot Loader Design and Implementation, arm bootloader driver analysis and preparation of, for example, 4510 bootloader Implementation and analysis articles. Very practical package.
Platform: | Size: 5004288 | Author: | Hits:

[OtherPROTEUS-start

Description: proteus完美中文教程,从初学到精通-Proteus perfect English tutorials, from beginner to proficient
Platform: | Size: 11451392 | Author: xiang | Hits:

[OS DevelopS3C2440_uCos-II

Description: ucos-ii在 阳初2440开发板的移植 可支持从norflash启动,从nandflash启动以及由其它bootloader加载到SDRAM中运行-Yang ucos-ii in the beginning of 2440 development board can support from the transplant norflash start, start from the NANDFLASH as well as by other bootloader loaded into SDRAM running
Platform: | Size: 154624 | Author: yyc | Hits:

[OtherTI-MSP430-FOR-uCOS-II-V252.ZIP

Description: IAR project for MSP430 and uC/OS. All configured to start filling with tasks.
Platform: | Size: 416768 | Author: pablo | Hits:

[Linux-UnixuCOS-ARM

Description: 一个uCOS-ARM系统的完整代码,基于44B0的,6个文件夹. SRC源码文件夹:exio,main UCOS-II文件夹 STARTUP文件夹-UCOS-ARM system a complete code, based on the 44B0, 6 folders. SRC source folder: exio, main UCOS-II folder STARTUP folder
Platform: | Size: 474112 | Author: dream | Hits:

[uCOSucos-mega16

Description: uC/OS-II 在 AVR 上的移植 如果安装了WinAVR20050214,则直接运行start.bat,输入make all即可开始编译。 如果需要在AVRStudio仿真,运行make extcoff后即可生成调试所需的cof文件。-uC/OS-II in the AVR if the transplant is installed WinAVR20050214, running directly start.bat, enter the beginning of the compiler can make all. If you need AVRStudio simulation, after running make extcoff required to generate debugging cof file.
Platform: | Size: 81920 | Author: | Hits:

[Software EngineeringuCOS-IIforArm

Description: UCOS-II移植ARM的例子,可以帮助快速入门-UCOS-II portable ARM example, can help Quick Start
Platform: | Size: 280576 | Author: | Hits:

[uCOSuCOS-II

Description: 快速启动的bootloader 能够让开发板快速的启动-Quick Start' s bootloader to allow rapid start-up development board
Platform: | Size: 1065984 | Author: 段鸿儒 | Hits:

[uCOSUCOS

Description: 在OK2440板上的,UC/OS的移植,UCGUI的移植!自己编写的启动代码,在NOR中启动运行!3.5寸的TFT屏!-In OK2440 board, UC/OS transplant, UCGUI transplant! Write your own startup code, start running in the NOR! 3.5-inch TFT screen!
Platform: | Size: 6482944 | Author: 朱晓东 | Hits:

[uCOSport-ucos-from-scrach

Description: 从0开始移植ucos的教程,入门者用,pdf格式-Transplantation ucos start from 0 tutorial, beginners, pdf format
Platform: | Size: 778240 | Author: 曹中 | Hits:
« 12 »

CodeBus www.codebus.net